home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 138
/
Volume 138 Aug 19 2011 - Damaged.iso
/
Games
/
the_independent.swf
/
scripts
/
DefineButton2_178
/
BUTTONCONDACTION on(release, keyPress Down).as
Wrap
Text File
|
2011-08-19
|
280b
|
14 lines
on(release, keyPress "<Down>"){
if(this.window._y + 10 * this.koeficient < -480)
{
this.window._y;
}
else
{
this.window._y -= 10;
this.scroller._y += 1.5;
scrollervar = this.scroller._y;
windowvar = this.window._y;
}
}